Quantcast
Channel: Keil Discussion Forum RSS Feed
Viewing all articles
Browse latest Browse all 3049

ARM: date/time as string

$
0
0
I have the following code that sets the date & time: date_time_get_current_time(¤t_time); if(current_time.hours > 4 && current_time.hours <10) { When the device boots, time will be set 0 (2017.01.01-00:00:00) In order to test this function I need to insert the date/time as a string. How can I accomplish this? Also, how can I write the PC date/time to ¤t_time? Sorry for

Viewing all articles
Browse latest Browse all 3049

Trending Articles