这是我第一次遇到这个错误,我通常使用相同的语法来格式化日期。但现在,我不知道$(document).on('click', function(e) {
$('[data-toggle="popover"]').each(function() {
if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.popover').has(e.target).length === 0) {
$(this).popover('hide').data('bs.popover').inState.click = false
}
});
});
格式发生了什么。
我尝试过搜索一些资源,包括Carbon和php DateTime格式。但没有运气。
PS:我正在使用laravel,它会自动将时间戳扩展到DateTime
个实例。
答案 0 :(得分:-3)
我已经弄清楚了。 lol year的格式不正确