Date.st
branchjv
changeset 18608 7d521f25267c
parent 18569 706dbab4637e
parent 18585 bf88a46eb50c
child 18737 20f867a78d54
--- a/Date.st	Sun Jul 12 06:35:39 2015 +0200
+++ b/Date.st	Mon Jul 20 17:01:03 2015 +0100
@@ -1720,8 +1720,14 @@
 
     <resource: #obsolete>
 
+    "sr: #storeString has this format,
+     you really want to remove this method somewhen???
+     if yes, please change #storeString also to #newDay:"
+
     self obsoleteMethodWarning:'use #newDay:month:year: (2014-09)'.
     ^ self newDay:day month:month year:year
+
+    "Modified (comment): / 16-07-2015 / 15:32:14 / sr"
 !
 
 day:dayInYear year:year