HP Forums
Date Functions - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Software Libraries (/forum-10.html)
+--- Forum: HP Prime Software Library (/forum-15.html)
+--- Thread: Date Functions (/thread-1272.html)

Pages: 1 2


RE: Date Functions - salvomic - 04-14-2015 05:17 AM

(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!


RE: Date Functions - Thomas_Sch - 04-14-2015 07:10 AM

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


RE: Date Functions - salvomic - 04-14-2015 08:21 AM

(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


RE: Date Functions - salvomic - 04-23-2016 04:48 PM

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


RE: Date Functions - ggauny@live.fr - 07-05-2016 07:42 AM

Hi,
I've wrote DFF in remplacement of DF, it's run.


RE: Date Functions - ggauny@live.fr - 07-05-2016 07:53 AM

I've also renamed DDAYS() in DDAYS3(), it's run.