format the date

This commit is contained in:
Asim Aslam
2021-05-20 14:57:28 +01:00
parent feee6f3ccd
commit d42eaad1d2
3 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ message Entry {
// article content
string content = 6;
// data of the entry
int64 date = 7;
string date = 7;
}
message AddRequest {