govert/SQLiteForExcel

DateValue in demos is culture specific

sshikov opened this issue · 2 comments

I.e. DateValue("1 Jan 2000") doesn't work on machine with Russian locale, for example.

But DateValue("2000/01/01") does.

Yes - DateValue is not so useful.
Would you like to make a pull request that changes those to DateSerial(...)?