Here a demo of displaying messages on specific date.
These following dates are coded into our script.
Change your system date and refresh the page to display the message
//Dates are by day / month
liste = [
["Sylvie",23,5],
["Josiane",31,01],
["Axel",08,09],
["Marie",1,1]
];