FavoriteLaKisha Adams asked in #Customer ServiceAug 26, 2015, 3:30 PMHow do you format a date/time field to be YYYY-MM-DD-HH.MM.SSI currently have a date/time field name Action_Date__c and I need to get in the YYYY-MM-DD-HH.MM.SS.2 answersSortSort by DateSort by Most HelpfulSort by DateLoad more comments...William Tran (TranConsulting Inc (william@tranconsultinginc.com))Aug 26, 2015, 4:09 PMIs this for display - if so, you can try creating a text formula field and manually populating the field. or is this for API calls - if so you can use the format function like system.now().format('yyyy-MM-dd\'T\'hh:mm:ss\'Z\'') ThxShow MoreAdd a commentWrite an answer...BoldItalicUnderlineStrikethroughBulleted ListNumbered ListAdd linkCode blockInsert imageAttach filesLink URLCancelSave0/9000Reply
William Tran (TranConsulting Inc (william@tranconsultinginc.com))Aug 26, 2015, 4:09 PMIs this for display - if so, you can try creating a text formula field and manually populating the field. or is this for API calls - if so you can use the format function like system.now().format('yyyy-MM-dd\'T\'hh:mm:ss\'Z\'') ThxShow More