Abilitare JavaScript per vedere questo sito.

Verifica validità data in base per i valori specificati.

Sintassi

bool is_date_valid(int32 year, int32 month, int32 day)

year

Valore anno

month

Valore mese (1-12)

day

Valore giorno (1-31)

Risultato

Rende true se data valida, false altrimenti

Esempio di utilizzo:

bool f1 = is_date_valid(2024, 7, 10); /* Rende true */

bool f2 = is_date_valid(2024, 2, 31); /* Rende false */

 

  

Keyboard Navigation

F7 for caret browsing
Hold ALT and press letter

This Info: ALT+q
Page Header: ALT+h
Topic Header: ALT+t
Topic Body: ALT+b
Contents: ALT+c
Search: ALT+s
Exit Menu/Up: ESC