text 自定义发布日期解析发布日期

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 自定义发布日期解析发布日期相关的知识,希望对你有一定的参考价值。

\!h js
/* Blog posts custom date */
function initCustomDate() {
    $('.post-date').each(function parseDate() {
        const parsedDate = $('.original-post-date').html().split(' ');
        $(this).html(`<span class="post-date-month">${parsedDate[0]}</span><span class="post-date-day">${parsedDate[1].replace(/\D+/g, '')}</span>`);
    });
}

\!h template
<div class="post-date"><div class="original-post-date">{{post.date_published}}</div></div>

\!h css
.original-post-date {
    display: none;
}

以上是关于text 自定义发布日期解析发布日期的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Java 中解析自定义的多种日期格式

用户通过邮递员解析自定义日期和时间

如何获得自定义日期?

Vee-Validate 自定义日期验证

将带有日期的字符串解析为日期时间对象[重复]

MagicalRecord 日期解析