jasmeenkaur27
7 years agoContributor
require date in specified format
Hi , I am trying to convert to a formatted date by using the below code:- strdateTest = Project.Variables.strEffectiveDate;(05/02/2018) strdateTest = DateTimeToFormatStr(strdateTest,"%d\-...
- 7 years ago
Hi,
aqString.ToUpper(strdateTest) will do what you need.