I need some advice, I thought I was done with this project when I suddenly realized that because I was capturing the User Time (format = HHMMSS) on the form page they were submiting the time would be hours earlier or later than the server time.
I know I can use getdate() as a default value for the field on the SQL Server, but the catch is that it has to be in HHMMSS format and must show leading zeros for hours, minutes and seconds.
Any help or advice would be greatly appreciated.
Mitch
I know I can use getdate() as a default value for the field on the SQL Server, but the catch is that it has to be in HHMMSS format and must show leading zeros for hours, minutes and seconds.
Any help or advice would be greatly appreciated.
Mitch