By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!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?Code:L"%4hu%2hu%2hu%2hu%2hu%2hu"
Thanks.