We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868a0ea commit 45fd3b0Copy full SHA for 45fd3b0
src/content/customcol.js
@@ -79,9 +79,9 @@ const jalaliDateColumnHandler = {
79
}
80
//only show time if it's current day or yesterday
81
if (isCurrentDay) {
82
- placeholder = "TT امروز";
+ placeholder = "TT ،امروز";
83
} else if (isYesterday) {
84
- placeholder = "TT دیروز";
+ placeholder = "TT ،دیروز";
85
86
87
dateString = placeholder
0 commit comments