DateUtil.h 258 B

12345678910111213141516
  1. //
  2. // DateUtil.h
  3. // Demo
  4. //
  5. // Created by BensonZhang on 15/11/16.
  6. // Copyright © 2015年 xunlian. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. @interface DateUtil : NSObject
  10. +(NSString *)getDate:(NSString *)format;
  11. @end