Users are able to choose a date and time in a custom pop-up box.
It currently looks like this when users input the time and date:
DD.MM.YYY HH.MM
How can I validate this format in Codeigniter upon submitting, using the form validation library?
Users are able to choose a date and time in a custom pop-up box.
It currently looks like this when users input the time and date:
DD.MM.YYY HH.MM
How can I validate this format in Codeigniter upon submitting, using the form validation library?