具体来说,我想P
我的当前日期格式如下 - print
。我试过NSDateComponents。 Swift 2.1告诉我2016-12-08 03:37:22 +0000
已弃用,但无法识别NSSecondCalendarUnit
。这样做的最佳方式是什么?
答案 0 :(得分:6)
我只是通过阅读Xcode中提供的iOS Swift DateFormatter文档来将这些代码放在一起:
$product_id = 8;
$product = wc_get_product($product_id);
$product->get_children();