This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

Calculate time

Help for those learning Tcl or writing their own scripts.
n
nml375
Revered One
Posts: 2860
Joined: Fri Aug 04, 2006 2:09 pm

Post by nml375 »

Locale support is somewhat limited in tcl, so you'd probably be best off using some string mapping if you'd like the date in a different language.

I don't suppose you've considdered using mysql's locale-support along with proper date/Time-fieldtypes?
NML_375
A
AskMe
Voice
Posts: 23
Joined: Wed Apr 11, 2007 4:22 pm
Location: Canada

Post by AskMe »

I don't suppose you've considdered using mysql's locale-support along with proper date/Time-fieldtypes?
your right


im new with tcl and mysql so you see what it does ;)

ill make some research on mapping and date/Time-fieldtypes.

thanks for your time ;)
Post Reply