将Instagram时间元素转换为用户本地时区格式的本地时区,并添加时区信息。
你好, 我想把时间格式改为 "年-月-日 时:分" 该怎么做?
I have updated the code for the issue.
Please don't return `${year}年-${month}月-${day}日 ${hours}:${minutes}`.
Return `${year}-${month}-${day} ${hours}:${minutes}` is perfect.
And hide `${year}-` if this year is more perfect!
Thank you for the update!
Please don't return
${year}年-${month}月-${day}日 ${hours}:${minutes}.Return${year}-${month}-${day} ${hours}:${minutes}is perfect.And hide${year}-if this year is more perfect!Thank you for the update!
Updated.
Thank you!
你好,
我想把时间格式改为 "年-月-日 时:分" 该怎么做?