Hi Roger, > Am 14.10.2017 um 18:30 schrieb Roger Eller via use-livecode > <[email protected]>: > > put "11/20/2017" is a date > returns true > ---- > put "10" is a date > returns true > ---- > put "raccoon" is a date > returns false > ---- > > WHY is "10" seen as a date?
looks like the engine is seeing seconds also as a possible valid date. convert 0 to long date and long time;put it -> Thursday, January 1, 1970 1:00:00 AM 1:00:00 = DST here in germany! convert 10 to long date and long time;put it -> Thursday, January 1, 1970 1:00:10 AM etc... And of course: put (the seconds) is a date -> TRUE > ~Roger Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
