- Timestamp:
- 02/04/24 17:12:57 (9 months ago)
- Branches:
- master
- Children:
- a226bc3
- Parents:
- cab1b7d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/cookbook/model/Komentar.java
rcab1b7d ree27685 87 87 88 88 public String getDataFormatirana(){ 89 return komData.format(DateTimeFormatter.ofPattern("yyyy-MM -dd HH:mm"));89 return komData.format(DateTimeFormatter.ofPattern("yyyy-MMM-dd HH:mm")); 90 90 } 91 91 }
Note:
See TracChangeset
for help on using the changeset viewer.