Rodrick Brown wrote:
Anyone know why I'm getting the following error when trying to parse the
following string is there a better method to use?
#57=2010081708240065 - sample string passed to fmt_datetime
def fmt_datetime(tag57):
tag57 = tag57[3:len(tag57)]
year= int ( tag57[0:
Anyone know why I'm getting the following error when trying to parse the
following string is there a better method to use?
#57=2010081708240065 - sample string passed to fmt_datetime
def fmt_datetime(tag57):
tag57 = tag57[3:len(tag57)]
year= int ( tag57[0:4] )
mon = int (