James Derulo's

Portfolio

Handling DateTime and Date Formatting | Manage multiple literals with generic Apex class

Leave a Comment
Frequently we represent dates in multiple format, but instead of defining dates each time, I designed formatter class which is piece of my large utility project. This class is generically designed to have an edge over other, specially this class can provide default formatting of dates or datetime or else you can custom define a format.

All objective was to organize the overall repetitive job of Date Formatting in Apex


Easy, lets use this quickly to check how this works.

Now imagine, if I need to format the dates here, simply I can instantiate formatter class and format the dateTime or date by adding formatting types, read more on dateTime formatting and literals here




Next PostNewer Post Previous PostOlder Post Home

0 comments:

Post a Comment