gowrann Posted July 3, 2003 Posted July 3, 2003 How do I create a script that puts tomorrows date in a date field
LaRetta Posted July 3, 2003 Posted July 3, 2003 Hi gowrann, For a script: Set Field ["YourDateField", Status(CurrentDate) + 1"] Or, to always know tomorrow's date, you can create a calculation (date, unstored) with: Status(CurrentDate) + 1 Or, to just flag if YourDateField is tomorrow's date, calculation (number, unstored): Case(YourDateField = Status(CurrentDate) +1, 1) Cheers! LaRetta
kenneth2k1 Posted July 3, 2003 Posted July 3, 2003 Of course all of this is correct, LaRetta. But to find tomorrow's date, it would be Status(CurrentDate) + 1
LaRetta Posted July 3, 2003 Posted July 3, 2003 Hi Ken, Oh dear Lord! I could have sworn I read 'yesterday.' Okay, I'm taking a day off for sure now. Thanks for catching my error. I'll correct my post. LaRetta
kenneth2k1 Posted July 3, 2003 Posted July 3, 2003 What's funnier than that was that I must have read the original post three time to see if I had missed something I know I'm taking the rest of the week off (although tomorrow I have to work, I won't really be working). So happy 4th of July to all. Everyone around the world should celebrate! Ken
Fenton Posted July 3, 2003 Posted July 3, 2003 Completely off subject. The preceeding exchange was one of the most interesting psychological studies I have seen. It must be the heat.
Ugo DI LUCA Posted July 3, 2003 Posted July 3, 2003 Must be the heat ! Surely I won't have so many posts in counter without these kind of exchanges Houbah Houbah Houbah....
Lee Smith Posted July 3, 2003 Posted July 3, 2003 Geeze Ugo, I remember when you where just half the poster you are today.
Recommended Posts
This topic is 7817 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