View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#831
Originally Posted by Win7Mac View Post
Schturman, you can use
Code:
#!/bin/sh

day=$(date +%u)
echo | awk -v d=$day '{split("Mo Tu We Th Fr Sa Su",a," "); printf a[d]}'
followed by {date}, Just replace "Mo Tu ..." with whatever you like to have displayed.
Thanks, I will try it... Where I need to put this script ?
Also it;s a little strange that LPS not show me date in Hebrew, because my Notification screen + Lock screen + status bar show me date in Hebrew automatically...
 

The Following User Says Thank You to Schturman For This Useful Post: