Open huangxfchn opened 5 years ago
When I use yyyy.MM.dd HH:mm
as a format, this bug doesn't happen.
issue+1, also happens when use yyyy/MM/dd HH:mm as format
issue+1
issue+1 when there is existing javadoc contains date value,t it also happens
issue+1
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