Greasy Fork is available in English.
Převádí časové prvky Instagramu do místního časového pásma ve formátu místního časového pásma uživatele s přidanými informacemi o časovém pásmu.
< Feedback on Přesný-Zobrazovač-Času-Pro-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!
你好,
我想把时间格式改为 "年-月-日 时:分" 该怎么做?