-3

I want to output my date like this " Today is Feb 25, 2018 ", it is possible? using intl package?

1 Answers1

0

May be you can try to use formatDate
For example:

Text('Today is 'formatDate(checkDate, [dd, '/', mm, '/', yyyy, ' '])
龍が如く
  • 199
  • 1
  • 14