DateTime dt = Datetime.now(); System.debug('Month ===> '+dt.format('MM')); System.debug('Month Name Short ===> '+dt.format('MMM')); System.debug('Full Month Name ===> '+dt.format('MMMM'));
Thank you a lot!
Thank you a lot!
ReplyDelete