1、

   NSDateFormatter *formatter = [[NSDateFormatter alloc] init];
    [formatter setDateStyle:NSDateFormatterMediumStyle];
    [formatter setTimeStyle:NSDateFormatterMediumStyle];

   NSLog(@"%@", [formatter stringForObjectValue:run.date]);

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-02
  • 2021-08-04
  • 2021-05-09
  • 2021-06-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-02-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案