Cisco Cisco Process Orchestrator 2.X User Guide

Page of 828
 
A-4
Cisco Tidal Enterprise Orchestrator Reference Guide
OL-24928-01
Appendix A      Managing Core Activities
  Defining Core Activities
Custom Date and Format Strings
The following are custom date and time format strings that are used to define the text representation of 
a date or time. 
:|
C/C++ identifier
:q
Quoted string
:z
Integer
:b
Space or tab
Character
Description
Format
Description
d
Represents the day of the month as a number from 1 
through 31. A single-digit day is formatted without a 
leading zero. 
dd
Represents the day of the month as a number from 01 
through 31. A single-digit day is formatted with a leading 
zero.
ddd
Represents the abbreviated name of the day of the week
dddd (plus any number of additional 
d specifiers)
Represents the full name of the day of the week 
f
Represents the most significant digit of the seconds 
fraction; that is, it represents the tenths of a second in a date 
and time value.
If the f format specifier is used without other format 
specifiers, it is interpreted as the f standard date and time 
format specifier.
ff
Represents the two most significant digits of the seconds 
fraction; that is, it represents the hundredths of a second in 
a date and time value.
fff
Represents the three most significant digits of the seconds 
fraction; that is, it represents the milliseconds in a date and 
time value. 
ffff
Represents the four most significant digits of the seconds 
fraction; that is, it represents the ten thousandths of a 
second in a date and time value.
fffff
Represents the five most significant digits of the seconds 
fraction; that is, it represents the hundred thousandths of a 
second in a date and time value.
ffffff
Represents the six most significant digits of the seconds 
fraction; that is, it represents the millionths of a second in 
a date and time value.
fffffff
Represents the seven most significant digits of the seconds 
fraction; that is, it represents the ten millionths of a second 
in a date and time value.