Shawn Wagner, on Tuesday, October 8, 2019 09:40 AM, wrote...
>
> So, I have a bunch of sqlite extension modules that I really should polish
> up for an official release Real Soon Now...
>
> I just added a basic interface to the POSIX strptime() function to the
> string functions library:
>
> sqlite> .load ./libstring_funcs
> sqlite> select date(strptime('%m/%d/%Y', '10/08/2019'), 'unixepoch') AS
> today;
> today
> ----------
> 2019-10-08
>
> If anyone thinks they'd find it handy, the project lives at
> https://github.com/shawnw/useful_sqlite_extensions/

Wow, these are pretty cool.  Thanks.

josé

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to