HP Forums

Full Version: Date Functions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(04-13-2015 10:50 PM)Wolfgang Wrote: [ -> ]Hi Salvo,
...
But (i have no anticipation):
This is real for charging interests?
Very interesting!

Tanti saluti da Berlino

Wolfgang

I don't know. I would like to have the opinion of other people in the forum, please, let us know... Smile

Grüße aus Sizilien!
Hello salvo,

are you looking for a function like "NETWORKDAYS" (or "GIORNI.LAVORATIVI.TOT" in italian) from MS-Excel ?
("Restituisce il numero di tutti i giorni lavorativi compresi fra due date")

This functions do have some options,
- number of days for one weekend,
- list of holiday dates
(04-14-2015 07:10 AM)Thomas_Sch Wrote: [ -> ]Hello salvo,

are you looking for a function like "NETWORKDAYS" (or "GIORNI.LAVORATIVI.TOT" in italian) from MS-Excel ?
("Restituisce il numero di tutti i giorni lavorativi compresi fra due date")

This functions do have some options,
- number of days for one weekend,
- list of holiday dates

thank you Thomas,
I'm trying it and it's just the function I was discussing with Wolfgang, indeed...

I don't remember if the "old" HP 12C had such a function or not.

Salvo
hi Wolfgang,
now, with the new firmware 10077 I get error in this function
Code:

EXPORT DF()
BEGIN
CHOOSE(
DFT, "date format",
"D.MY",
"D.MY day number",
"D.MY day text",
"M.DY",
"M.DY day number",
"M.DY day text",
"Y.MD",
"Y.MD day number",
"Y.MD day text"
);
RETURN DFT;
END;

could you check, please?

Salvo
Hi,
I've wrote DFF in remplacement of DF, it's run.
I've also renamed DDAYS() in DDAYS3(), it's run.
Pages: 1 2
Reference URL's