SQLiteForExcel icon indicating copy to clipboard operation
SQLiteForExcel copied to clipboard

DateValue in demos is culture specific

Open sshikov opened this issue 9 years ago • 2 comments

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

sshikov avatar Apr 08 '16 08:04 sshikov

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

sshikov avatar Apr 08 '16 08:04 sshikov

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

govert avatar Apr 08 '16 09:04 govert