str_replace($search_for, $replace_with, $subject); explode($delimiter, $subject); date('d.m.Y H:i:s', $unixtime); in_array($what, $where);
http://www.w3schools.com/vbscript/vbscript_ref_functions.asp
Replace(Subject, SearchFor, ReplaceWith) Split(Subject, Delimiter) DateSerial(Y, M, D) DateAdd(Interval, Number, Date)
document.getElementById("id").innerHTML = "...";
http://dev.mysql.com/doc/refman/5.1/en/index.html
http://mm.gene.cz/ [cz]
DATE_FORMAT(DATE, '%d.%m%.%Y %H:%i:%s') UNIX_TIMESTAMP(DATE)
http://www.firebirdsql.org/manual/qsg10-firebird-sql.html
concat: SELECT 'a' || 'b' || 'c' date/time: SELECT CURRENT_DATE + 7, CURRENT_TIME + 3, CURRENT_TIMESTAMP + .25
gui_sheet, threads_sheet, jdbc_sheet
// message_type = JOptionPane.ERROR_MESSAGE ... JOptionPane.showMessageDialog(Opbejct parent, String message[, String window_name, int message_type]);
resolving conflict:
.BASE
- common base, .THIS
- my changes, .OTHER
- changes in parent branch.THIS
and move it to original filename (or copy and delete .THIS
file)bzr resolve
original filename (.BASE
& .OTHER
will be deleted)