Hello,
So I need to validate that a certain column has a particular date format, and if it is not the right format the value is not accepted. Now I know how to do this with most formats, but for some reason this particular format is giving me trouble and an error message when I try to enter it. The format I need to use is described as this:
Format = YYYY/MM/DD hh24:mi:ss
I searched everywhere online and could find nothing of this sort, any help would be appreciated. Thanks!
So I need to validate that a certain column has a particular date format, and if it is not the right format the value is not accepted. Now I know how to do this with most formats, but for some reason this particular format is giving me trouble and an error message when I try to enter it. The format I need to use is described as this:
Format = YYYY/MM/DD hh24:mi:ss
I searched everywhere online and could find nothing of this sort, any help would be appreciated. Thanks!