Validate the datetime value: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
(Created page with "Verify the value by using MySQL functions: Verify the value should be year-month-day format e.g. {{Template:Today}} == MySQL approach == <pre> SELECT `my_date_column`, UNIX_...") |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Validate the value should be year-month-day format e.g. {{Template:Today}} | |||
== MySQL approach == | == MySQL approach == | ||