With swscanf() I can take apart a datetime using this format string.
Can it be done with Sscanf()? If so, what should the format string be?
Thanks.
Code:
L"%4hu%2hu%2hu%2hu%2hu%2hu"
Thanks.