Home | History | Annotate | Download | only in js

Lines Matching refs:formattedDate

2164       var formattedDate = monthNames[published.getMonth()] + ' ' + published.getDate() + ' ' + published.getFullYear();
2168 this.blogReader.find('.dac-blog-reader-date').html(formattedDate);