Documentation
¶
Index ¶
Constants ¶
View Source
const ( // time only, need to add date STAMP1 = "3:04PM" STAMP2 = "3:04:05PM" STAMP3 = "15:04" STAMP4 = "15:04:05" STAMP5 = "15:04PM" STAMP6 = "15:04:05PM" // datentime STAMP100 = "2006-01-02 15:04:05" STAMP101 = "2006.01.02 15:04:05" STAMP102 = "2006.01.02 15:04:05PM" STAMP103 = "2006.01.02 15:04PM" STAMP104 = "2006.01.02 3:04:05PM" STAMP105 = "2006.01.02 3:04:PM" STAMP106 = "01-02-2006 15:04:05" STAMP107 = "01.02.2006 15:04:05" STAMP108 = "01.02.2006 15:04:05PM" STAMP109 = "01.02.2006 15:04PM" STAMP110 = "01.02.2006 3:04:05PM" STAMP111 = "01.02.2006 3:04PM" STAMP112 = "Jan _2 2006 15:04:05" STAMP113 = "Jan _2 2006 15:04PM" STAMP114 = "Jan _2 2006 15:04:05PM" STAMP115 = "Jan _2 2006 3:04:05PM" STAMP116 = "Jan _2 2006 3:04PM" )
View Source
const ( EXIT_INTERRUPTED = 20 EXIT_UNTIL_INVALID = 21 EXIT_TIMETRAVEL_NOT_INVENTED_YET = 22 )
Variables ¶
This section is empty.
Functions ¶
func ParseUntil ¶
parse string, give back matching format, and time
Types ¶
Click to show internal directories.
Click to hide internal directories.