Is there a weekofyear type function for determining what week number (1-52) a given date occurs in? If not, does anyone know of an acceptable alternative to get the same data?
I'm using the following code in a database that creates a new record and assigns it a Julian Date, Serial Number, and Timestamp, when a user presses a button. The idea is that the serial must always remain the same number of digits, so it rolls over from N999 to N001 - the timestamp allows the...
I'm trying to create a system, whereby an incrementing serial number is automatically assigned to each new entry.
The serial needs to increment from 001 to 999, and then "roll-over" back to 001. Duplicate entries are allowed, because the user will enter other identifying data that when combined...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.