Tanin Srivaraphong

Results 4 comments of Tanin Srivaraphong

@YannickL Sorry my fault, I tell you the wrong version. Currently, I use YLMoment (0.4.0). I install it via Cocoapods _Before:_ YLMoment (0.3.0) -- No problem _After:_ YLMoment (0.4.0) --...

@YannickL Not working ``` objc [[YLMoment proxy] setLocale:[NSLocale localeWithLocaleIdentifier:@"en_US"]]; YLMoment *moment = [YLMoment momentWithDateAsString:time format:@"yyyy-MM-dd'T'HH:mm:ssZZZZZ"]; _timeLabel.text = [moment fromNow]; ``` Working code (I must specific locale) ``` objc YLMoment *moment...

@YannickL It doesn't work. I'm not sure if there is some code or environment configuration that make the things mess up.