Validate the datetime value: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
mNo edit summary |
mNo edit summary |
||
| Line 1: | Line 1: | ||
Validate the value should be well-formated value e.g. year-month-day {{Template:Today}} | Validate the value should be well-formated value e.g. year-month-day {{Template:Today}} | ||
__TOC__ | |||
== MySQL approach == | == MySQL approach == | ||
| Line 40: | Line 42: | ||
Using PHP [https://www.php.net/manual/en/function.strtotime.php strtotime] function | Using PHP [https://www.php.net/manual/en/function.strtotime.php strtotime] function | ||
== | == References == | ||
<references/> | <references/> | ||
[[Category:Spreadsheet]] [[Category:Excel]] | [[Category:Spreadsheet]] | ||
<!-- [[Category:Excel]] --> | |||
[[Category:Data_hygiene]] | [[Category:Data_hygiene]] | ||
[[Category:Data Science]] | [[Category:Data Science]] | ||
[[Category:MySQL]] | [[Category:MySQL]] | ||
[[Category:Text file processing]] | [[Category:Text file processing]] | ||