Jump to content

Date format mismatch with C


girish.kc

Recommended Posts

Hi,

I'm working on an application which interacts with an embedded device. Here I'm sending the time in EDT. The following code is used to send the time:

$time = date_format(date_create(null, timezone_open("EDT")), "s,i,H,d,m,Y,w");

 

Here 'm' is from 01 to 12. But at the receiving end the firmware expects the month to be in the range 0-11 (C-style).

 

Yes I can explode the "$time" and subtract 1 from month. But is there any better way to do that..?

 

Thanks,

 

Girish

 

Link to comment
https://forums.phpfreaks.com/topic/254331-date-format-mismatch-with-c/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.