I am trying to assign the GMT Time format to a field in a form. I know it returns the value as a string; however, I need it converted to a date format in the field. Can someone assist?
Subject: GMTTime - Question
Help me understand the issue, Are you importing date-time values from some other system and those values are in GMT format and you would like to convert those into Notes format?
Subject: RE: GMTTime - Question
Just using the regular NotesDateTime class (ie. tempdate.GMTTIme). When I put it into a field, it only appears as text because GMTTime is a string value. I want to make it a date time value to be used in a field.
Subject: RE: GMTTime - Question
Then I guess the next question is:
If you already have the date-time as a NotesDateTime value, then why do you need to convert to GMT string and then back to time?
Did I miss something?