Effacer les filtres
Effacer les filtres

Counting the year in julian dates

3 vues (au cours des 30 derniers jours)
Katie
Katie le 13 Nov 2012
Réponse apportée : Tom W le 29 Juil 2014
I need to ask for the hire date and current date of an employee, convert it to julian date, and spit out how many days they've worked there. I know how to figure out julian date in days. How do I take care of the year issue?
  1 commentaire
James Tursa
James Tursa le 13 Nov 2012
My guess is you are confusing Julian Date with day-of-the-year. Can you please provide a specific example of inputs and desired output?

Connectez-vous pour commenter.

Réponses (1)

Tom W
Tom W le 29 Juil 2014
You don't need julian days, all you need is today() minus hire date (with format). Difference in days will be the output.
or
gregorian("ThisYear", "ThisMonth", "ThisDay") - gregorian(Yr1,Mo1,Day1);

Catégories

En savoir plus sur Calendar dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by