Sharepoint 2010 Forum

 
Home » Forum » Sharepoint 2010       Ask a questionRSS Feeds

InfoPath 2010 -how to separate date and time on a field

  Date: Sep 17, 2011      Category: Sharepoint 2010      Views: 452
 

I created an InfoPath form that include the filename that shows Request by the
person name and the date(2011-04-06T11:40:04). How can I separate the date and
time to be 2011-04-06, 11:40am?
Is this possible?

Tagged:                    

 

1 Answer Found

 
Answer #1       Answered On: Sep 17, 2011       

We can separate date and time on a field(Title field) as follows:
Edit the field property by using right click, select Properties -> click on
the function button(fx)-> paste the following function:

concat(today(), ",", substring-after(now(), "T"))

Check it then.

 
Didn't find what you were looking for? Find more on InfoPath 2010 -how to separate date and time on a field Or get search suggestion and latest updates.


Your Answer
  • Answer should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].