Post Reply 
Date Functions
04-14-2015, 05:17 AM
Post: #21
RE: Date Functions
(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!

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
04-14-2015, 07:10 AM
Post: #22
RE: Date Functions
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
Find all posts by this user
Quote this message in a reply
04-14-2015, 08:21 AM
Post: #23
RE: Date Functions
(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

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
04-23-2016, 04:48 PM
Post: #24
RE: Date Functions
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

∫aL√0mic (IT9CLU) :: HP Prime 50g 41CX 71b 42s 39s 35s 12C 15C - DM42, DM41X - WP34s Prime Soft. Lib
Visit this user's website Find all posts by this user
Quote this message in a reply
07-05-2016, 07:42 AM
Post: #25
RE: Date Functions
Hi,
I've wrote DFF in remplacement of DF, it's run.

Gérard.
Find all posts by this user
Quote this message in a reply
07-05-2016, 07:53 AM
Post: #26
RE: Date Functions
I've also renamed DDAYS() in DDAYS3(), it's run.

Gérard.
Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)