-
Date and time issues
Hi all,
i have a problem!
i need to count month between two dates chosen by the user. It seems to be impossible with the date and time object or i don't know how to use it correctly?
I tried to download z33z Extension Pack but it doesn't want to install with fusion 2.5
so i put directly the timeX object in my extension pool. It works fine under Fusion, but export doesn't work...
does someone have any solution, suggestion?
Thanks!
-
Attachment 13578
Maybe this will help?
-
Ho! thank you, a lot! Calendar extension just saved my life! I was working with an mmf style :D , But it seems that fusion is better!
Again thanks
-
Hi again, is there some help file attached with calendar extension? because i can't understand how to use its functions! I would like to get the number of days between the 1st january and the date selected on my calendar.
for example : 2012 01 15 -> would give me 15 days
2014 03 10 -> 69 days
-
I found my solution if anyone needs this !
With two calendars, i had the chance that the function Date Diff returns the correct param for the function Total DaysD ! Documentation would have really helped me there!
Total DaysD( "DateAnneeEnCours", Date Diff( "DateAnneeEnCours", Selected Date$( "1erJanvierAnneeEnCours" ), Selected Date$( "DateAnneeEnCours" ) ) ) + 1