datetime method

Del datetime(
  1. String dt
)

Implementation

Del datetime(String dt) {
  attr('datetime', StringAttribute(dt));
  return this;
}