开发者

date validation in objective c

开发者 https://www.devze.com 2023-01-02 12:23 出处:网络
how do to date validation usingobjective c 开发者_高级运维Have you read the \"Date and Time Programming Guide\"?

how do to date validation using objective c 开发者_高级运维


Have you read the "Date and Time Programming Guide"?

In short you have a bunch of options:

  1. NSDateFormatter
  2. General string handling (e.g., pick out the first four characters for the year)
  3. NSDateComponents

But without knowing more about your problem it's difficult to be very specific, hence my suggestion that you read the manual first.

0

精彩评论

暂无评论...
验证码 换一张
取 消