I have a question, I hope someone can help me:
In Excel, inside a cell I have a date, for example, today:
2/12/2018
To this cell I give a right click - > Format of cells and format as a number, with which I have the following result:
43439,67
How do I get Java to get this number? I tried with the following code:
Date fecha = new Date();
System.out.println(fecha.getTime());
And I get as a result:
1544043888569