|
#1
|
|||
|
|||
vbld_FormatDate() question
I'm using a Write XML step and want to enter a date in a nodeset with the following format.
25 May 2010 What should the text be in the "Text to assign..." box in the XPath tab? I tried [vbld_FormatDate([vbld_FormatDate()], dd mmm yyyy)] but I get syntax errors. |
#2
|
|||
|
|||
[vbld_FormatDateEx(Now, "dd mmm yyyy")]
|
#3
|
|||
|
|||
Thanks!
|
|
|