It looks like you're new here. If you want to get involved, click one of these buttons!
really neat plugin, thanks!!
i noticed that when i select july 1 as my date of birth it ends up showing june 30 it always substracts one day, no matter what the DoB is
Interesting I use vanilla date format method
Gdn_Format::Date($MetaV,'%B %e, %Y');
will look into it.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
Ah yes this is to do with vanilla's hour offset
Fixed
http://vanillaforums.org/addon/myprofile-plugin
the date format is the same as
Date.DefaultFormat locale, which by default is %B %e, %Y
%B %e, %Y
strftime(T('Date.DefaultFormat','%B %e, %Y'), strtotime($MetaV));
http://uk.php.net/manual/en/function.strftime.php
for details
fantastico, thanks for fixing!
no wories
Answers
Interesting I use vanilla date format method
Gdn_Format::Date($MetaV,'%B %e, %Y');will look into it.
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Ah yes this is to do with vanilla's hour offset
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •Fixed
http://vanillaforums.org/addon/myprofile-plugin
the date format is the same as
Date.DefaultFormat locale, which by default is
%B %e, %Ystrftime(T('Date.DefaultFormat','%B %e, %Y'), strtotime($MetaV));http://uk.php.net/manual/en/function.strftime.php
for details
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •fantastico, thanks for fixing!
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •no wories
Don't PM about development, I'm not currently taking on clients.
grep is your friend.
- Spam
- Abuse
- Troll
0 • Off Topic Insightful Awesome LOL •