ref: 8f290c5481cfd7ab769bab7c5fc8047bc832d7d7
parent: b44ba8b4cd4ed1b4239edacd5e1fcc41d8ece1ae
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed Apr 9 17:26:43 EDT 2014
newt: always prefix single digit days with 0 in 'h' view
--- a/rc/bin/newt
+++ b/rc/bin/newt
@@ -26,6 +26,8 @@
if(! ~ $date(1) [0-9]*)
date=`{nshift $date}da=$date(1)
+ if(~ $da [0-9])
+ da=0^$da
switch($date(2)){case Jan; mo=1
case Feb; mo=2
--
⑨