每个HTML页面都变成一个只有有限几行的小php脚本,日期函数隐藏在某个地方。
Every HTML page turns into a small PHP script with a skimpy line with the date function tucked in somewhere.
新的功能包括用于模式匹配的正则表达式语法,新的日期函数比如当前日期,还有新的算术函数比如floor,ceiling和round。
New functions include regular expression syntax for pattern matching, new date functions such as current date, and new numeric functions such as floor, ceiling and round.
详细说明:Date类,其成员变量有:年、月、日,成员函数有:输出日期函数、设置日期函数、判读平年与润年函数和日期加1函数。
Date class whose member variables are: year, month, day, member functions are: output date function, set the date function, and interpretation of leap year and leap year date plus 1 function function.
当您使用您知道将检索到一些事件的日期设置对这个函数的一个简单调用时,您将得到如清单4所示的结果。
When you set up a simple call to this function with a date that you know will retrieve some events, you get the results shown in Listing 4.
有许多用于处理日期、字符串和其他类型的数据的新函数。
There are many new functions for manipulating dates, strings, and other kinds of data.
还可以使用其他日期和时间函数来获得当前值,而且也不需要提供输入。
You can also use the other date and time functions with no inputs to obtain the current values.
清单6显示了如何声明一些三角和日期EXSLT扩展函数。
Listing 6 shows how to declare some EXSLT extension functions for trigonometry and dates.
接下来的两行代码检索文章日期(从posted列)并使用之前提到的函数将其转变为RFC 3339格式。
The next two lines retrieve the article date (from the POSTED column) and convert it to RFC 3339 format using the aforementioned function.
应用程序开发人员会很喜欢新的标量函数,尤其是日期和时间函数,它们会提高处理性能。
Your application developers will like the new scalar functions, especially the date and time functions that will provide performance boosts for processing.
如果为这个函数传递一个用户ID,它将在一个多维数组中按日期倒序的顺序返回那个用户发出的贴子。
If you pass this particular function a user id, it returns all the posts made by that user in reverse-chronological order, all bundled in a nice, multidimensional array.
xirr函数确定一序列发生在间隔不规则日期里现金流的IRR。
The XIRR function determines the irr of a sequence of cash flows that occur on any set of irregularly spaced dates.
对于每个特别的日期,脚本都要使用函数weekday (i)确定它是哪个工作日。
For each particular date, the script identifies which day of the week it is, using the function Weekday (I).
此外,还有一组名称浅显易懂的分量抽取函数,只要一个操作就能从日期、时间或时期数据中抽取一个字段。
Also, a set of component extraction functions allows one operation, with a readable name, to get one field out of a date, time, or duration. For example, compare.
要解决这个问题,需要在ajax函数编写完html后将Datepicker绑定到日期输入字段。
To fix this, you bind the Datepicker to the date input field after the Ajax function writes the HTML.
Formatdate函数还包含一个模式,指定如何将给定的日期和时间格式化。
The format date function also contains a pattern to specify how the given date and time will be formatted.
datetime包含有用的日期和时间处理函数。
Datetime contains useful date and time manipulation functions.
现在我已经找到了处理CSV文件以及其日期格式的解决方法。我要开始在Hadoop中实施我的map和reduce函数了。
Now that I've worked out how I'll deal with the CSV file and its date format, I'm ready to begin implementing my map and reduce functions in Hadoop.
如果只能检索包含出生日期元素的交易,必须在where语句中使用exists函数,如清单10所示。
If it is necessary to retrieve only those transactions that specify elements for birth date, then the exists function is added to the where statement, as in Listing 10.
Dojo小部件接受像文本输入框这样的条目并会添加一些函数来获得更具用户友好性的对象,比如一个便于选择日期的图形日历。
Dojo widgets take an item like a text input box and add functions for a more user-friendly object, such as a graphical calendar to choose a date.
reduce函数将对计数器(只是一些值为1的整数)进行总计。因此,提供给我的是在目标地震文件中某一个日期出现的次数。
My reduce function will then sum up the counters (which are just integers with the value of 1), thus providing me with the number of times a date occurs in a target earthquake file.
比如说,MozzIE 1.8就加入了EXSLT运算和日期-时间扩展函数。
For example, MozzIE 1.8 adds the EXSLT math and date-and-time extension functions.
选择一个日期将生成XPath字面表达式作为函数输入,表示所选的日期和时间。
Choosing a date generates an XPath literal expression as input to the function representing the chosen date and time.
在Formatdate函数属性的General选项卡内还可以使用一个日期选择器,它可以作为输入的日期和时间使用。
A date picker is also available within the General TAB of the Format date function properties, which can be applied as the input date and time.
OF X所提供的日期并不符合GNU中对日期的规定(更多信息的链接,请参阅参考资料),因此不能被诸如strtotime之类的函数立即读取。
As provided by OFX, the dates do not conform to the GNU guidelines for dates (see Resources for links to more information) and are therefore not immediately readable by functions such as strtotime .
和随机数生成程序、当前日期/时间函数一样,UDR通常是变化的,因此不能用于函数索引。
UDRs, like random number generators and current date/time functions, are variant and therefore cannot be used.
我把说明打出来送到了他的办公室后,正好当天还有一点时间,于是我试图评估一下Basic的日期和时间函数是否能处理所有Excel的功能。
Later that day, I had some time, so I started working on figuring out if Basic had enough date and time functions to do all the things you could do in Excel.
不管您希望使用什么日期格式,确保使用来自POSIX模块的strftime函数生成日期格式。
Whatever your desired date format is, make sure you use the strftime function from the POSIX module to generate it.
IDS现在支持一些新的内置SQL函数,这些函数有的执行常见的数学、类型转换和位图操作,有的操纵字符串、日期和日期时间值
IDS now supports the following new built-in SQL functions to perform common mathematical, casting, and bitmap operations, and for manipulating character string, date, and datetime values
项和对象默认将它们的发布日期设置为当前时间(使用PHPtime函数)。
Entries and objects will set their published date to the current date (using the PHP time function) by default. Listing 6 shows the base class for entries.
在这儿的这张图是,一个关于时间,年,日期的函数,将寿命长短作为时间的函数。
What I plot on this graph here is as a function time, years, dates, life expectancy as a function of time.
应用推荐