nightdesigns Posted April 21, 2002 Posted April 21, 2002 I'm trying to get FM to insert the current year into a clac with a date. Currenty it's Date( 01,01,2002) but i want it to be something like Date(01,01,current(year)) tried that, but doesn't work. I need it to do a current year running total. Other ideas?
RussBaker Posted April 21, 2002 Posted April 21, 2002 Try code: Date(01,01,Year(Status(CurrentDate))) Russ
nightdesigns Posted April 21, 2002 Author Posted April 21, 2002 quote: Originally posted by Russell Baker: Try code: Date(01,01,Year(Status(CurrentDate))) Russ Works, thanks!
Recommended Posts
This topic is 8256 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