Hi,
I need to get only the System Date in one of field, How can i do that??
Present i am using the below script, here i am getting date along with time also but i don't need time. Help me..
using System;
using System.Globalization;
string deliveryDate = DateTime.Now.ToString();
Context.Field("System Date").Text=deliveryDate;
Comments
3 comments
Hi,
Actually too easy:
Best regards,
Vladimir
Thank you so much Vladimir.....Could you look the below link once please....??
get the string in one line
Vladimir -
How would you go about removing the forward slashes in the date?
Please sign in to leave a comment.