Greasy Fork is available in English.
Converteert Instagram-tijdelementen naar lokale tijdzone in het lokale tijdzoneformaat van de gebruiker met toegevoegde tijdzone-informatie.
< Feedback op Exacte-Tijd-Weergever-Voor-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!
你好,
我想把时间格式改为 "年-月-日 时:分" 该怎么做?