how to convert the Interger date format into YYYYMMDD?

Posted by ccfenix on Stack Overflow See other posts from Stack Overflow or by ccfenix
Published on 2010-04-12T15:21:37Z Indexed on 2010/04/12 15:23 UTC
Read the original article Hit count: 263

Filed under:
|

Python and Matlab quite often have integer date representations as follows:

733828.0 733829.0 733832.0 733833.0 733834.0 733835.0 733836.0 733839.0 733840.0 733841.0

these numbers correspond to some dates this year. Do you guys know which function can convert them back to YYYYMMDD format?

thanks a million!

© Stack Overflow or respective owner

Related posts about python

Related posts about matlab