I am still new to livecode and the dictionary is my friend. Although am having some difficulties with determining the current year...
put the long dateFormat into Test
answer Test
With this code I get some abbreviations returned. I cant get a year, instead I get %Y.
Thanks Guys.
Matthew.
Determining Year.
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Re: Determining Year.
Hi Matthew,
Check out just plain old "date" in the dictionary.
My favorite is internet date, but also get used to "convert internet date to dateItems".
dateItems are cool because they handle all the math (leap year and such) when you need to manipulate it.
Simon
Check out just plain old "date" in the dictionary.
My favorite is internet date, but also get used to "convert internet date to dateItems".
dateItems are cool because they handle all the math (leap year and such) when you need to manipulate it.
Simon
I used to be a newbie but then I learned how to spell teh correctly and now I'm a noob!