Hi.
I need to get a date put into my db, but I have a few issues.
The date above my sql string is my check to see if I add the correct year and it says 2009, which is correct. I am trying to put in the date 21 Feb. 2009 (21/02/09)
Below is my sql string and everything looks fine to me. But when I need to write my date out it says 9-2-2021 (day-9-Month-2-Year-2021)
2009-21-02-09
2009-21-02-09
UPDATE tblTaskTool SET Project = 'MLLP', Tool = 'Strategy Series', Priority = 'High', Task = ' ', Status = 'Assigned', Owner = 'nato', HoursSpent = 0 , Requested = #21-02-09# , Started = #21-02-09# , Estimated = #21-02-09# , Completed = #21-02-09# , Comments = ' ' WHERE TaskID = 25
Anybody has any ideas ?
I need to get a date put into my db, but I have a few issues.
The date above my sql string is my check to see if I add the correct year and it says 2009, which is correct. I am trying to put in the date 21 Feb. 2009 (21/02/09)
Below is my sql string and everything looks fine to me. But when I need to write my date out it says 9-2-2021 (day-9-Month-2-Year-2021)
2009-21-02-09
2009-21-02-09
UPDATE tblTaskTool SET Project = 'MLLP', Tool = 'Strategy Series', Priority = 'High', Task = ' ', Status = 'Assigned', Owner = 'nato', HoursSpent = 0 , Requested = #21-02-09# , Started = #21-02-09# , Estimated = #21-02-09# , Completed = #21-02-09# , Comments = ' ' WHERE TaskID = 25
Anybody has any ideas ?