TSergey / intellij-javadocs

Intellij-idea javadocs generator
http://tsergey.github.io/intellij-javadocs/
Apache License 2.0
237 stars 96 forks source link

Extra space after @date with .now?string("yyyy-MM-dd HH:mm") #83

Open huangxfchn opened 5 years ago

huangxfchn commented 5 years ago

This is my template: @date ${.now?string("yyyy-MM-dd HH:mm")} \n

I want to generate javadoc like @date 2019-08-06 15:50. But actually, there's an extra space in front of the '-' sign: @date 2019 -08-06 15:50

huangxfchn commented 5 years ago

When I use yyyy.MM.dd HH:mm as a format, this bug doesn't happen.

tzleon commented 4 years ago

issue+1, also happens when use yyyy/MM/dd HH:mm as format

mozhuwanjieDEV commented 4 years ago

issue+1

huangwu1 commented 4 years ago

issue+1 when there is existing javadoc contains date value,t it also happens

iqiancheng commented 3 years ago

issue+1