Question
Bradesco Seguros
BR
Last activity: 31 Jan 2017 11:51 EST
Invalid datetime format/Invalid datetime for yyyy-MM-dd'T'HH: mm: ss
We are building an integration where we have two fields that need to be given a value in the date format as follows: YYYY-MM-DDThh: mm: ss.
We were able to find in the PDN a resolution where the following function was applied to the field:
@ DateTime.FormatDateTime (@ DateTime.CurrentDateTime (), "yyyy-MM-dd'T'HH: mm: ss", "GMT + 02: 00", "")
When we performed the DataPage test we received the following message:
Invalid datetime format / Invalid datetime "2017-01-05T23: 04: 55"
Does not PEGA accept the format we are trying to use? What do we need to do for the application to accept this formatting?
For the integration we are building we only accept the date format yyyy-MM-dd'T'HH: mm: ss
Coul you help me ????????