Traitée Is there any way to view a long date/time column in the format YYYYMMDD-HH24MISS?

  • lundi 14 mai 2012 15:53
     
     
     

    In SPD, I have a workflow that sets the default "Title" column as a timestamp ([Title] = [Created]). I have custom forms for the list, and using the display form, I edited the formula for the title column to display the timestamp in this format: 5/7/2012 2:23:20 PM, using the formula

    </xsl-value-of><//xsl-value-of>

    ddwrt:FormatDate(string(@Timestamp),1033,13)

     

    I haven't found any way to display the timestamp in the form of: </xsl-value-of><//xsl-value-of>YYYYMMDD-HH24MISS, so that it is just one long string of numbers. Any ideas??

Toutes les réponses