Hello everyone How are you all ?
I am developing a wordpress plugin and I need to generate a four(4) digit number starting from 0001 to 9999.
And reset the counter after 24hr or next day then continue as it was.
I am looking for a function which solve this problem.
example output :
date 27.1.2012 + (0001-9999)
Thanks in advance.
Search Result
Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
-
How to remove time from date/time field
Problem: I have a textbox on a form which displays the date dd/mm/yyyy, which is how I want it, but when clicking on it it adds the time to the end, which makes it not meet the requirements of the input mask, so you have to backspace the time before leaving the field.
I traced it back to the table the form gets that value from, the fields datatype is Date/Time, and the Default Value is "Int(Now()) ". If I could change it to...