DiscipleTools / disciple-tools-prayer-campaigns

Saturation prayer subscription extension for Disciple.Tools.
Other
2 stars 7 forks source link

toLocalString fix #360

Closed micahmills closed 1 month ago

micahmills commented 1 month ago

Use .toLocaleString({ month: 'short', year: 'numeric' })} instead of .toFormat('MMMM y')

corsacca commented 1 month ago

Thanks @micahmills !!