Hi,
I want to create a validation item. I have a date item usinhg this mask : "DD/MM/YYYY HH24:MI".
I want to validate if a date entered according to this syntax "DD/MM/YYYY HH24:MI"
Unfortunately APEX gives me only the choice to validate if a date is under the form "DD/MM/YYYY" which gives this syntax :
^([012]?[[:digit:]]|3[01])/(0?[[:digit:]]|1[012])/[[:digit:]]{4}$
I don't know this syntax, do you know how I could transform it (I mean adding the hours and minutes criteria) to attain my goal ?
Sorry for my english, not perfect, today !
Regards,
Christian