Need explaining for calendar app :)
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Need explaining for calendar app :)
Hi everybody
Can you please help me to understand how works the ios calendar app, actualy i understand basic things in it but i have one problem, in the stack code because of my system language, it seems it can't convert "the long system date" to seconds ( my system language is russian). so can you help me what is the problem? can you suggest me some way to not have problem when you convert system date into seconds
here is the app i found in the internet.
- Attachments
-
- iOS_Cal.livecode.zip
- (24.41 KiB) Downloaded 213 times
Re: Need explaining for calendar app :)
Use this code for your purpose:
this way myDate became a string where all items are separate with commas (,).
The sequence of the items are:
Code: Select all
convert myDate to dateitemsThe sequence of the items are:
- the year
- the month number
- the day of the month
- the hour in 24-hour time
- the minute
- the second
- the numeric day of the week where Sunday is day 1, Monday is day 2, and so forth
Livecode Wiki: http://livecode.wikia.com
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w
My blog: https://livecode-blogger.blogspot.com
To post code use this: http://tinyurl.com/ogp6d5w