Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
AppSynergy by ParaSQL Support
Conversations
About
How do I set the default value for a Time field to 8:00 AM?
6 views
Skip to first unread message
AppSynergy Support
unread,
Oct 27, 2020, 4:28:54 PM
10/27/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AppSynergy by ParaSQL Support
What would the formula look like to make a time field default to 8:00 AM?
AppSynergy Support
unread,
Oct 27, 2020, 4:31:22 PM
10/27/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to par...@googlegroups.com
The Default Value formula is just JavaScript... so it would look like the following for 8:00 AM:
new
Date
(
0
,
0
,
0
,
8
,
0
).
valueOf
()
Some simplified JavaScript Date object info here:
https://www.w3schools.com/jsref/jsref_obj_date.asp
Reply all
Reply to author
Forward
0 new messages