Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How I can change date format by API? Date create by Date Picker with time, I want change their format, I try
newRow=FormatDateTime(node.GetProperty("closing").Value, 'd');
but 'FormatDateTime' ' does not exist in the current context
Hi Anton,
Don't know where you got the FormatDateTime from? but try
string.Format("{0:d}",node.GetProperty("closing").Value )
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How I can change date format by API? How I can change date format by API?
How I can change date format by API? Date create by Date Picker with time, I want change their format, I try
newRow=FormatDateTime(node.GetProperty("closing").Value, 'd');
but 'FormatDateTime' ' does not exist in the current context
Hi Anton,
Don't know where you got the FormatDateTime from? but try
string.Format("{0:d}",node.GetProperty("closing").Value )
is working on a reply...