Protour Travel Posted November 25, 2012 Posted November 25, 2012 One of my reports uses a start date formatted as MM/DD/YYYY. I have written another script for a new report and here is what I need to happen; Â On the present report, say the start date is 11/01/2012 when I select the new report button I want to update the date to the same day (01) of the next month (12/01/2012). Â As you can see, I am now having to manually enter the date in order for the script to run correctly. Â Thanks much...
dansmith65 Posted November 25, 2012 Posted November 25, 2012 Date ( Month ( $date ) + 1 ; Day ( $date ) ; Year ( $date ) )
Recommended Posts
This topic is 4381 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