I am reading a text time format as a string as follows. How can I convert this to unix epoch time in java. Can you help me?
String = "Feb 11 2023 9:35:41 PM"
Example: String = "Feb 11 2023 9:35:41 PM"
I am reading a text time format as a string as follows. How can I convert this to unix epoch time in java. Can you help me?
String = "Feb 11 2023 9:35:41 PM"
Example: String = "Feb 11 2023 9:35:41 PM"