bryce-harrington / T-Notes

Note-keeping database application
0 stars 0 forks source link

addNote() is not properly processing DATE field in note table #36

Closed findhamza closed 5 years ago

findhamza commented 5 years ago

attempting to add note utilizing addNote() fails to properly process date string formatted dd/MM/yyy

ChandlorRatcliffe commented 5 years ago

You and I found the fix. It was all in the formatting. yyyy-mm-dd was expected.