View Single Post
  #1  
Old 05-25-2010, 01:07 PM
ChrisF ChrisF is online now
Registered User
 
Join Date: 12-09-2009
Posts: 67
Question 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.
Reply With Quote