RegEx to convert standard date to sql date

Jacques Clavel jacques.clavel at gmail.com
Fri Sep 30 13:38:16 EDT 2022


Why not :
set itemdel to "/"
get tDate
put item 3 of it & item 1 of it & item 2 of it into tSql

JC

Le ven. 30 sept. 2022 à 19:13, Bob Sneidar via use-livecode <
use-livecode at lists.runrev.com> a écrit :

> I'm trying to convert a date format like mm/dd/yyyy to an sql date format
> yyyymmdd. Any ideas? Nothing I found on the interwebs seems to work.
>
> Bob S
>
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>


-- 
Jacques Clavel


More information about the use-livecode mailing list