So right now I use: client.sendMSG( new Date().toLocaleTimeString() + ' : ' + message.utf8Data );
How can I use your function with what I have to get the local time?
So right now I use:
client.sendMSG( new Date().toLocaleTimeString() + ' : ' + message.utf8Data );
How can I use your function with what I have to get the local time?