TimeFormat

SUMMARY

Description of the TimeFormat

CONTENTS

  1. TimeFormat

TimeFormat

Format Description
YY or YYYY Year (2 or 4 digits)
MM Month
DD Day
hh Hour
mm Minute
ss Second
ttt Millisecond
The format must always have the defined number of characters, otherwise an empty string, respectively an empty time is created.

On a two-digit number for the year 2000 is added for 0 to 89 and 1900 for 90 to 99; so the date my lie between 1990 and 2089.

Example:
	
Date     2000/October/15,   15h 37min 12sec 513ms 

Format   DD.MM.YY hh:mm:ss ttt 

result   15.10.00 15:37:12 513