Re: [Gambas-user] CDATE

2014-12-03 Thread Lewis Balentine
Thank you Tobi, I went thought the international formats I knew and fell back to "mm/dd/ccyyy". I thought the US were the only ones that use that format (excluding the military). Old lesson: Never Assume. >> $ gbx3 -e "Cstr(Now)"<< One might use that to embed some basic syntax in a shell scri

Re: [Gambas-user] CDATE

2014-12-03 Thread Tobias Boege
On Wed, 03 Dec 2014, Lewis Balentine wrote: > Ref: http://gambaswiki.org/wiki/lang/cdate > > Date = CDate ( Expression AS Variant ) AS Date > Converts an expression (numerical Float or String) into a Date / Time. > Be careful! The current localization is not used by this function. > > Is there a

[Gambas-user] CDATE

2014-12-03 Thread Lewis Balentine
Ref: http://gambaswiki.org/wiki/lang/cdate Date = CDate ( Expression AS Variant ) AS Date Converts an expression (numerical Float or String) into a Date / Time. Be careful! The current localization is not used by this function. Is there a reference for what string formats CDATE recognizes. The in