-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug in html5 time method #9
Comments
hah, silly me, I put the TimeHelper::format() arguments in the wrong order. |
are the rests running through now? because I still have some issues
but should be:
|
I'm not good with tests so I haven't updated them. You're using my fork, right? I guess I forgot to allow custom parameters to be passed? Can you show me the line of code you're using? |
yes, i did. welll, all time tests are failing. they all do not get formatted into human readable format :) |
Can you paste the line of code you were using
|
Appears to work for me. I need to see how you're attempting to use the method so that I can perhaps improve it's syntax (or at least the documentation). It's currently designed to use the TimeHelper to format a string. |
i didnt change your files its windows on php5.3. maybe there is something different with the formatting of the date function? and i did check out the current head again today and how there are 10 failing tests. is it possible that you mixed up the methods? maybe we should use strftime() instead of format()? |
I haven't been updating the tests. I'm not really profficient at tests. I On Sun, Jul 17, 2011 at 3:45 AM, dereuromark <
|
i also tried i18nformat() with your test cases. not working either. by the way: you might be interested to hear that i opened a ticket regarding the order of the params: |
html5 time method always fails in my projects (tests and app itself)
and I cannot figure out why
or
instead of what it should be.
maybe sth changed in the core time helper? seems like its the formatting. i am running unter 1.3.10 head
The text was updated successfully, but these errors were encountered: