vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| In article <bdbro6$59k$1@atlantis.news.tpi.pl>, Macius The Great wrote: >I need preform operation for each date since date1 to date2 for example >date 1 is : 30-12-2003 >date 2 is : 04-01-2004 > >I need generate dates : >30-12-2003 >31-12-2003 >01-01-2004 >02-01-2004 >is there any function which returns next date from date ? >any suggestions ? This is not a HP-UX question. Why not search the date functions on www.cpan.org (assuming you have perl) ? The data you want must be somehow available to the cal program but using the output of that seems perverse. -- tinned meat supplier <info@mail.aluminumfloors.com> |
| ||||
| Użytkownik "all mail refused" <elvis@notatla.org.uk> napisał w wiadomości news:slrnbfjsnp.6eu.elvis@notatla.org.uk... > In article <bdbro6$59k$1@atlantis.news.tpi.pl>, Macius The Great wrote: > > >I need preform operation for each date since date1 to date2 for example > >date 1 is : 30-12-2003 > >date 2 is : 04-01-2004 > > > >I need generate dates : > >30-12-2003 > >31-12-2003 > >01-01-2004 > >02-01-2004 > > >is there any function which returns next date from date ? > >any suggestions ? > > This is not a HP-UX question. > Why not search the date functions on www.cpan.org (assuming you have perl) ? > > The data you want must be somehow available to the cal program but > using the output of that seems perverse. > > -- > tinned meat supplier <info@mail.aluminumfloors.com> "This is not a HP-UX question" yes and no solaris have statment to do that GNU date its simply : nextday=`date -d "$nextday +1 day" "+%Y-%m-%d"` but I need solution exacly for hpux sh I cant install gnu date i cant use perl I need HPUX sh statment if it is possible ofc. regards MK |
| Thread Tools | |
| Display Modes | |
|
|