Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
date()
  •  

  • Increment a number(upto 4 digit ) and reset counter on the next day

    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.
    See more | Go to post

  • matt753
    started a topic How to remove time from date/time field

    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...
    See more | Go to post
Working...