|
|
||||
|
||||
|
|
|
|||
|
Hi Helmut,
> Can someone provide an example on how to create an expiry date (date + > 365) in YABASIC Well, If I guess right, what you want, you should look for julian and juldate. Then this will do: print juldate$(julian(date$)+356) so long Markus |
|
|||
|
On 16 okt, 12:31, Markus Hoffmann <m.hoffm...@uni-bonn.de> wrote:
> Hi Helmut, > > > Can someone provide an example on how to create an expiry date (date + > > 365) in YABASIC > > Well, If I guess right, what you want, you should look for > julian and juldate. > > Then this will do: > print juldate$(julian(date$)+356) > > so long > Markus Hi Markus, I gave it a try, but no success. Julian date is aperently not recognised in Yabasic. any more ideas ...? THX Helmut |
|
|||
|
On Oct 18, 7:22 am, Bill Marcum <marcumb...@bellsouth.net> wrote:
> print mid$(date$,3,6)+str$(val(mid$(date$,9,4))+1) That's no good if the current date happens to be 29th February 2008! Richard. http://www.rtrussell.co.uk/ To reply by email change 'news' to my forename. |
|
|||
|
"HBO" <helmut.borremans@gmail.com> wrote in message
news:1192620841.497618.193790@e34g2000pro.googlegr oups.com... > On 16 okt, 12:31, Markus Hoffmann <m.hoffm...@uni-bonn.de> wrote: >> Hi Helmut, >> >> > Can someone provide an example on how to create an expiry date (date + >> > 365) in YABASIC >> >> Well, If I guess right, what you want, you should look for >> julian and juldate. >> >> Then this will do: >> print juldate$(julian(date$)+356) > > I gave it a try, but no success. > Julian date is aperently not recognised in Yabasic. > > any more ideas ...? See http://www.tondering.dk/claus/calendar.html Read, learn and then program your own date functions. ![]() -- Mail sent to this email address is deleted unread on the server. Please send replies to the newsgroup. |
|
|||
|
On 18 okt, 12:55, "Nameless" <news.m...@chello.no> wrote:
> "HBO" <helmut.borrem...@gmail.com> wrote in message > > news:1192620841.497618.193790@e34g2000pro.googlegr oups.com... > > > > > > > On 16 okt, 12:31, Markus Hoffmann <m.hoffm...@uni-bonn.de> wrote: > >> Hi Helmut, > > >> > Can someone provide an example on how to create an expiry date (date + > >> > 365) in YABASIC > > >> Well, If I guess right, what you want, you should look for > >> julian and juldate. > > >> Then this will do: > >> print juldate$(julian(date$)+356) > > > I gave it a try, but no success. > > Julian date is aperently not recognised in Yabasic. > > > any more ideas ...? > > Seehttp://www.tondering.dk/claus/calendar.html > > Read, learn and then program your own date functions. ![]() > > -- > Mail sent to this email address is deleted unread > on the server. Please send replies to the newsgroup.- Tekst uit oorspronkelijk bericht niet weergeven - > > - Tekst uit oorspronkelijk bericht weergeven - Hey Guys, GREAT ! Working perfectly!! THX Helmut |
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|