Hello.
My dilemma:
I would like to create a function that returns the UNIX system date with a julian day format (date +%j). Since it doesn't look like I can use:
int jul;
jul=system("date +%j"
return jul;
Any ideas on what I could use to make this work? Thanks in advance.
Cassie
My dilemma:
I would like to create a function that returns the UNIX system date with a julian day format (date +%j). Since it doesn't look like I can use:
int jul;
jul=system("date +%j"
return jul;
Any ideas on what I could use to make this work? Thanks in advance.
Cassie