wwyngaard Posted December 18, 2001 Posted December 18, 2001 I am using a custom solution to find a set of records to edit. It returns onto a page with the FMP-Record tags. Editing the record works fine but I cannot get it to do a hidden tag to insert the current date in a date field in the file. my syntax is: <P><INPUT TYPE="HIDDEN" NAME="APPROVALDATE" VALUE="[FMP-CurrentDate]">/p Does the currentdate replacement tag work for this? Thanks, Wayne
Garry Claridge Posted December 19, 2001 Posted December 19, 2001 It may need to have the date reformated. E.G. The format may need to be' 19/12/2001', yet the [FMP-CurrentDate] tag is returning a text version of the full-date. I usually format the date with Javascript. All the best. Garry
Recommended Posts
This topic is 8444 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now