Categories:
.NET (357)
C (330)
C++ (183)
CSS (84)
DBA (2)
General (7)
HTML (4)
Java (574)
JavaScript (106)
JSP (66)
Oracle (114)
Perl (46)
Perl (1)
PHP (1)
PL/SQL (1)
RSS (51)
Software QA (13)
SQL Server (1)
Windows (1)
XHTML (173)
Other Resources:
How To Generate a Feed updated Element
How To Generate a Feed updated Element? - RSS FAQs - Atom Feed File Structure and Elements
✍: FYIcenter.com
The <update> element is a required sub-element of the <feed> element. The Atom specification requires that you provide a data and a time of when this feed was updated. There is no problem to know the data and time for this element. But you need to pay attention to the format of how the date and time should be specified.
Atom specification requires you to use the format defined in RFC 3393 for the update element. So you should one of the following two formats defined in RFC 3339:
2007-05-12, 5442👍, 0💬
Popular Posts:
How to convert a Unix timestamp to a Win32 FILETIME or SYSTEMTIME? The following function converts a...
What are the two kinds of comments in JSP and what's the difference between them? <%-- JSP Co...
How Do I Run JUnit Tests from Command Window? To run JUnit tests from a command window, you need to ...
How To Dump the Contents of a Directory into an Array? - PHP Script Tips - Working with Directoris a...
How To Concatenate Two Character Strings? - MySQL FAQs - Introduction to SQL Basics If you want conc...