我想将 [UIView animateWithDuration:0.1 animations:^{
CGRect frame = self.tableView.frame;
frame.size.height = 100.0; // expected height
self.tableView.frame = frame;
}];
转换为日期,因此我打算使用userinput:chararray
函数。我搜索了论坛,看看有没有人使用它,但我不确定是否需要注册像piggybank.jar这样的功能来使用它。我的猪版本是0.14。
请告知
答案 0 :(得分:1)
参考:http://pig.apache.org/docs/r0.12.0/func.html#to-date
它是一个内置函数,你不需要注册任何jar。有4个重载的ToDate()函数
TODATE(毫秒)
TODATE(iosstring)
ToDate(userstring,format)
ToDate(userstring,format,timezone)
对于您的用例#3或#4会有帮助。