Dataview plugin snippet showcase

Hi Jeffurry,
I did something similar to create a Date Modified in my preferred format, but when concatenating file.mtime.minute, it loses the leading zero. Do you have the same experience? Any solution?

table dateformat(file.mday, "yyyy.MM.dd")+" - "+file.mtime.hour+":"+file.mtime.minute as "Date modified"

See the third entry:
image