You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review this document and scroll down to the tag documentation. The tag has 2 unique attributes, and it would be very helpful to facilitate the developer in creating this. We will probably want to make the first argument a custom-passable string to use as the text-content and make the second (or an option) the date-time attribute. Of course, pubdate should be a boolean option too.
One of the features of the method would be to (optionally) attempt to convert the text (first argument) to a timestamp using strtotime() and then adding it as the attribute. If the attribute is passed, a possible benefit would be different conversion options that can be used to help generate the timestamp.
The text was updated successfully, but these errors were encountered:
Review this document and scroll down to the tag documentation. The tag has 2 unique attributes, and it would be very helpful to facilitate the developer in creating this. We will probably want to make the first argument a custom-passable string to use as the text-content and make the second (or an option) the date-time attribute. Of course, pubdate should be a boolean option too.
One of the features of the method would be to (optionally) attempt to convert the text (first argument) to a timestamp using
strtotime()
and then adding it as the attribute. If the attribute is passed, a possible benefit would be different conversion options that can be used to help generate the timestamp.The text was updated successfully, but these errors were encountered: